home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 285_02 / hocfiles.doc < prev    next >
Text File  |  1990-07-08  |  582b  |  21 lines

  1. 2/89 DrH
  2.  
  3. The HOC3 (Higher Order Calculator) from "Unix Programming Environment"
  4. chapter 8, page 257 by Kerhighan & Pike, is contained within these files.
  5.  
  6. HOC3 is a thorough example of program development using YACC or BISON
  7. parser generators.
  8.  
  9. MAKEFILE.HOC             dependency data for automatic program construction
  10. MAKEFILE.MS           as above, but for Microsoft MAKE v4.0
  11.  
  12. INIT.C             \
  13. MATH.C                 \
  14. SYMBOL.C                >      support functions for HOC3 calculator    
  15. HOC3.H                 /
  16. HOCDECL.H            /
  17.  
  18. HOC3.Y             YACC (or Bison) specification for parser
  19.  
  20.  
  21.